home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 7
/
Aminet 7 - August 1995.iso
/
Aminet
/
text
/
hyper
/
ADtoHT2_1.lha
/
Source.lha
/
MyLib.lha
/
mui
/
mui_allocaslrequest.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-29
|
338 b
|
20 lines
#ifdef __GNUC__
#ifndef __OPTIMIZE__
#error Please compile this file with -O
#else
#define MUI_AllocAslRequest InlinedMUI_AllocAslRequest
#include <inline/muimaster.h>
#undef MUI_AllocAslRequest
APTR MUI_AllocAslRequest(ULONG Type, const struct TagItem *TagList)
{
return InlinedMUI_AllocAslRequest(Type,TagList);
}
#endif
#endif